ManagedNamespace Class

Definition

Namespace managed by ARM.

public class ManagedNamespace : Microsoft.Azure.Management.ContainerService.Models.TrackedResource
type ManagedNamespace = class
    inherit TrackedResource
Public Class ManagedNamespace
Inherits TrackedResource
Inheritance
ManagedNamespace

Constructors

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.

Properties

Name Description
ETag

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

Id

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

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets properties of a namespace.

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

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

(Inherited from Resource)

Methods

Name Description
Validate()

Validate the object.

Applies to