Condividi tramite


ResourceNamespacePatch Class

Definition

The Resource definition.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ResourceNamespacePatchTypeConverter))]
public class ResourceNamespacePatch : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IResourceNamespacePatch, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ResourceNamespacePatchTypeConverter))>]
type ResourceNamespacePatch = class
    interface IResourceNamespacePatch
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ResourceNamespacePatch
Implements IResourceNamespacePatch, IValidates
Inheritance
ResourceNamespacePatch
Attributes
Implements

Constructors

Name Description
ResourceNamespacePatch()

Creates an new ResourceNamespacePatch instance.

Properties

Name Description
Id

Resource Id

Location

Resource location

Name

Resource name

Tag

Resource tags

Type

Resource type

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceNamespacePatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceNamespacePatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IResourceNamespacePatch.

FromJsonString(String)

Creates a new instance of ResourceNamespacePatch, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceNamespacePatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to