RelayUpdateParameters 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.
Description of a Namespace resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RelayUpdateParameters : Microsoft.Azure.Management.Relay.Models.ResourceNamespacePatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RelayUpdateParameters = class
inherit ResourceNamespacePatch
Public Class RelayUpdateParameters
Inherits ResourceNamespacePatch
- Inheritance
- Attributes
Constructors
RelayUpdateParameters() |
Initializes a new instance of the RelayUpdateParameters class. |
RelayUpdateParameters(String, String, String, IDictionary<String, String>, Sku, Nullable<ProvisioningStateEnum>, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the RelayUpdateParameters class. |
Properties
CreatedAt |
Gets the time the namespace was created. |
Id |
Gets resource Id (Inherited from Resource) |
MetricId |
Gets identifier for Azure Insights metrics |
Name |
Gets resource name (Inherited from Resource) |
ProvisioningState |
Gets possible values include: 'Created', 'Succeeded', 'Deleted', 'Failed', 'Updating', 'Unknown' |
ServiceBusEndpoint |
Gets endpoint you can use to perform Service Bus operations. |
Sku |
Gets or sets sku of the Namespace. |
Tags |
Gets or sets resource tags (Inherited from ResourceNamespacePatch) |
Type |
Gets resource type (Inherited from Resource) |
UpdatedAt |
Gets the time the namespace was updated. |
Applies to
Azure SDK for .NET