< Back
New-DomainDnsRecordObject
Post
NAME New-DomainDnsRecordObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.domainDnsRecord" (or one of its derived types).
SYNTAX
New-DomainDnsRecordObject -domainDnsRecord <SwitchParameter> [-isOptional <bool>] [-label <string>] [-recordType
<string>] [-supportedService <string>] [-ttl <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsUnavailableRecord <SwitchParameter> [-description <string>] [-isOptional
<bool>] [-label <string>] [-recordType <string>] [-supportedService <string>] [-ttl <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsTxtRecord <SwitchParameter> [-isOptional <bool>] [-label <string>]
[-recordType <string>] [-supportedService <string>] [-text <string>] [-ttl <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsSrvRecord <SwitchParameter> [-isOptional <bool>] [-label <string>]
[-nameTarget <string>] [-port <int>] [-priority <int>] [-protocol <string>] [-recordType <string>] [-service
<string>] [-supportedService <string>] [-ttl <int>] [-weight <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsMxRecord <SwitchParameter> [-isOptional <bool>] [-label <string>]
[-mailExchange <string>] [-preference <int>] [-recordType <string>] [-supportedService <string>] [-ttl <int>]
[<CommonParameters>]
New-DomainDnsRecordObject -domainDnsCnameRecord <SwitchParameter> [-canonicalName <string>] [-isOptional <bool>]
[-label <string>] [-recordType <string>] [-supportedService <string>] [-ttl <int>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.domainDnsRecord" (or one of its derived types).
PARAMETERS
-domainDnsRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsRecord"
type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isOptional <bool>
The "isOptional" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-label <string>
The "label" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-recordType <string>
The "recordType" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-supportedService <string>
The "supportedService" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ttl <int>
The "ttl" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsUnavailableRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsUnavailableRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-description <string>
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsUnavailableRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsTxtRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsTxtRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-text <string>
The "text" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsTxtRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsSrvRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsSrvRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-nameTarget <string>
The "nameTarget" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-port <int>
The "port" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-priority <int>
The "priority" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-protocol <string>
The "protocol" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-service <string>
The "service" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-weight <int>
The "weight" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsMxRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsMxRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-mailExchange <string>
The "mailExchange" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsMxRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-preference <int>
The "preference" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsMxRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsCnameRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsCnameRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-canonicalName <string>
The "canonicalName" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsCnameRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Creates a new object which represents a "microsoft.graph.domainDnsRecord" (or one of its derived types).
SYNTAX
New-DomainDnsRecordObject -domainDnsRecord <SwitchParameter> [-isOptional <bool>] [-label <string>] [-recordType
<string>] [-supportedService <string>] [-ttl <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsUnavailableRecord <SwitchParameter> [-description <string>] [-isOptional
<bool>] [-label <string>] [-recordType <string>] [-supportedService <string>] [-ttl <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsTxtRecord <SwitchParameter> [-isOptional <bool>] [-label <string>]
[-recordType <string>] [-supportedService <string>] [-text <string>] [-ttl <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsSrvRecord <SwitchParameter> [-isOptional <bool>] [-label <string>]
[-nameTarget <string>] [-port <int>] [-priority <int>] [-protocol <string>] [-recordType <string>] [-service
<string>] [-supportedService <string>] [-ttl <int>] [-weight <int>] [<CommonParameters>]
New-DomainDnsRecordObject -domainDnsMxRecord <SwitchParameter> [-isOptional <bool>] [-label <string>]
[-mailExchange <string>] [-preference <int>] [-recordType <string>] [-supportedService <string>] [-ttl <int>]
[<CommonParameters>]
New-DomainDnsRecordObject -domainDnsCnameRecord <SwitchParameter> [-canonicalName <string>] [-isOptional <bool>]
[-label <string>] [-recordType <string>] [-supportedService <string>] [-ttl <int>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.domainDnsRecord" (or one of its derived types).
PARAMETERS
-domainDnsRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsRecord"
type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-isOptional <bool>
The "isOptional" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-label <string>
The "label" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-recordType <string>
The "recordType" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-supportedService <string>
The "supportedService" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ttl <int>
The "ttl" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsUnavailableRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsUnavailableRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-description <string>
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsUnavailableRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsTxtRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsTxtRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-text <string>
The "text" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsTxtRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsSrvRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsSrvRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-nameTarget <string>
The "nameTarget" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-port <int>
The "port" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-priority <int>
The "priority" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-protocol <string>
The "protocol" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-service <string>
The "service" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-weight <int>
The "weight" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsSrvRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsMxRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsMxRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-mailExchange <string>
The "mailExchange" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsMxRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-preference <int>
The "preference" property, of type "Edm.Int32".
This property is on the "microsoft.graph.domainDnsMxRecord" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-domainDnsCnameRecord <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.domainDnsCnameRecord" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-canonicalName <string>
The "canonicalName" property, of type "Edm.String".
This property is on the "microsoft.graph.domainDnsCnameRecord" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS