DnsResolverDomainListBulk 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 a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsResolverDomainListBulkTypeConverter))]
public class DnsResolverDomainListBulk : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverDomainListBulk
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsResolverDomainListBulkTypeConverter))>]
type DnsResolverDomainListBulk = class
interface IDnsResolverDomainListBulk
interface IJsonSerializable
Public Class DnsResolverDomainListBulk
Implements IDnsResolverDomainListBulk
- Inheritance
-
DnsResolverDomainListBulk
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DnsResolverDomainListBulk() |
Creates an new DnsResolverDomainListBulk 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 DnsResolverDomainListBulk. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsResolverDomainListBulk. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverDomainListBulk. |
| FromJsonString(String) |
Creates a new instance of DnsResolverDomainListBulk, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsResolverDomainListBulk into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |