You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The name of the records inthis record set (relative to the name of the zone and without a terminating dot).")]
33
33
[ValidateNotNullOrEmpty]
34
34
publicstringName{get;set;}
35
35
36
36
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The zone in which to create the record set (without a terminating dot).",ParameterSetName="Fields")]
37
+
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The zone in which to create the record set (without a terminating dot).",ParameterSetName="AliasFields")]
37
38
[ValidateNotNullOrEmpty]
38
39
publicstringZoneName{get;set;}
39
40
40
41
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The resource group to which the zone belongs.",ParameterSetName="Fields")]
42
+
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The resource group to which the zone belongs.",ParameterSetName="AliasFields")]
41
43
[ResourceGroupCompleter]
42
44
[ValidateNotNullOrEmpty]
43
45
publicstringResourceGroupName{get;set;}
44
46
45
47
[Parameter(Mandatory=true,ValueFromPipeline=true,HelpMessage="The DnsZone object representing the zone in which to create the record set.",ParameterSetName="Object")]
48
+
[Parameter(Mandatory=true,ValueFromPipeline=true,HelpMessage="The DnsZone object representing the zone in which to create the record set.",ParameterSetName="AliasObject")]
46
49
[ValidateNotNullOrEmpty]
47
50
publicDnsZoneZone{get;set;}
48
51
49
-
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The TTL value of all the records in this record set.")]
52
+
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The TTL value of all the records in this record set.",ParameterSetName="Fields")]
53
+
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The TTL value of all the records in this record set.",ParameterSetName="Object")]
54
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The TTL value of all the records in this record set.",ParameterSetName="AliasObject")]
55
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The TTL value of all the records in this record set.",ParameterSetName="AliasFields")]
50
56
[ValidateNotNullOrEmpty]
51
57
publicuintTtl{get;set;}
52
58
53
59
[Parameter(Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="The type of DNS records in this record set.")]
0 commit comments