Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the DeploymentResource class.
 /// </summary>
 /// <param name="id">Fully qualified resource Id for the
 /// resource.</param>
 /// <param name="name">The name of the resource.</param>
 /// <param name="type">The type of the resource.</param>
 /// <param name="properties">Properties of the Deployment
 /// resource</param>
 /// <param name="sku">Sku of the Deployment resource</param>
 public DeploymentResource(string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), DeploymentResourceProperties properties = default(DeploymentResourceProperties), Sku sku = default(Sku))
     : base(id, name, type, systemData)
 {
     Properties = properties;
     Sku        = sku;
     CustomInit();
 }