Dela via


ResourceNamespacePatch Class

Definition

The Resource definition.

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

Constructors

ResourceNamespacePatch()

Creates an new ResourceNamespacePatch instance.

Properties

Id

Resource Id

Location

Resource location

Name

Resource name

Tag

Resource tags

Type

Resource type

Methods

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.Api20221001Preview.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