Exemplo n.º 1
0
        private GetDeploymentResult(
            string?location,

            string name,

            Outputs.DeploymentPropertiesExtendedResponse properties,

            string type)
        {
            Location   = location;
            Name       = name;
            Properties = properties;
            Type       = type;
        }
Exemplo n.º 2
0
        private GetDeploymentAtManagementGroupScopeResult(
            string id,

            string?location,

            string name,

            Outputs.DeploymentPropertiesExtendedResponse properties,

            string type)
        {
            Id         = id;
            Location   = location;
            Name       = name;
            Properties = properties;
            Type       = type;
        }