ManagedNamespace Constructors

Definition

Overloads

Name Description
ManagedNamespace()

Initializes a new instance of the ManagedNamespace class.

ManagedNamespace(String, String, String, String, SystemData, IDictionary<String,String>, NamespaceProperties, String)

Initializes a new instance of the ManagedNamespace class.

ManagedNamespace()

Initializes a new instance of the ManagedNamespace class.

public ManagedNamespace();
Public Sub New ()

Applies to

ManagedNamespace(String, String, String, String, SystemData, IDictionary<String,String>, NamespaceProperties, String)

Initializes a new instance of the ManagedNamespace class.

public ManagedNamespace(string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ContainerService.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ContainerService.Models.NamespaceProperties properties = default, string eTag = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedNamespace : string * string * string * string * Microsoft.Azure.Management.ContainerService.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerService.Models.NamespaceProperties * string -> Microsoft.Azure.Management.ContainerService.Models.ManagedNamespace
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As NamespaceProperties = Nothing, Optional eTag As String = Nothing)

Parameters

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

properties
NamespaceProperties

Properties of a namespace.

eTag
String

If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Applies to