DnsResolverDomainListBulkProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes DNS resolver domain list properties for bulk UPLOAD or DOWNLOAD operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsResolverDomainListBulkPropertiesTypeConverter))]
public class DnsResolverDomainListBulkProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverDomainListBulkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsResolverDomainListBulkPropertiesTypeConverter))>]
type DnsResolverDomainListBulkProperties = class
interface IDnsResolverDomainListBulkProperties
interface IJsonSerializable
Public Class DnsResolverDomainListBulkProperties
Implements IDnsResolverDomainListBulkProperties
- Inheritance
-
DnsResolverDomainListBulkProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DnsResolverDomainListBulkProperties() |
Creates an new DnsResolverDomainListBulkProperties instance. |
Properties
| Name | Description |
|---|---|
| Action |
The action to take in the request, Upload or Download. |
| StorageUrl |
The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsResolverDomainListBulkProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResolverDomainListBulkProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverDomainListBulkProperties. |
| FromJsonString(String) |
Creates a new instance of DnsResolverDomainListBulkProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResolverDomainListBulkProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |