Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the PremierAddOnRequest class.
 /// </summary>
 public PremierAddOnRequest(string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), ArmPlan plan = default(ArmPlan), object properties = default(object), SkuDescription sku = default(SkuDescription))
 {
     Location   = location;
     Tags       = tags;
     Plan       = plan;
     Properties = properties;
     Sku        = sku;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// ResponseMessageEnvelopeRemotePrivateEndpointConnection class.
 /// </summary>
 /// <param name="id">Resource Id. Typically ID is populated only for
 /// responses to GET requests. Caller is responsible for passing in
 /// this
 /// value for GET requests only.
 /// For example:
 /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}</param>
 /// <param name="name">Name of resource.</param>
 /// <param name="type">Type of resource e.g
 /// "Microsoft.Web/sites".</param>
 /// <param name="location">Geographical region resource belongs to e.g.
 /// SouthCentralUS, SouthEastAsia.</param>
 /// <param name="tags">Tags associated with resource.</param>
 /// <param name="plan">Azure resource manager plan.</param>
 /// <param name="properties">Resource specific properties.</param>
 /// <param name="sku">SKU description of the resource.</param>
 /// <param name="status">Azure-AsyncOperation Status info.</param>
 /// <param name="error">Azure-AsyncOperation Error info.</param>
 /// <param name="identity">MSI resource</param>
 /// <param name="zones">Logical Availability Zones the service is
 /// hosted in</param>
 public ResponseMessageEnvelopeRemotePrivateEndpointConnection(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), ArmPlan plan = default(ArmPlan), RemotePrivateEndpointConnection properties = default(RemotePrivateEndpointConnection), SkuDescription sku = default(SkuDescription), string status = default(string), ErrorEntity error = default(ErrorEntity), ManagedServiceIdentity identity = default(ManagedServiceIdentity), IList <string> zones = default(IList <string>))
 {
     Id         = id;
     Name       = name;
     Type       = type;
     Location   = location;
     Tags       = tags;
     Plan       = plan;
     Properties = properties;
     Sku        = sku;
     Status     = status;
     Error      = error;
     Identity   = identity;
     Zones      = zones;
     CustomInit();
 }