Show / Hide Table of Contents

Class CreateTenancyUnitRequest

Request to create a tenancy unit for a service consumer of a managed service.

Inheritance
object
CreateTenancyUnitRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class CreateTenancyUnitRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TenancyUnitId

Optional. Optional service producer-provided identifier of the tenancy unit. Must be no longer than 40 characters and preferably URI friendly. If it isn't provided, a UID for the tenancy unit is automatically generated. The identifier must be unique across a managed service. If the tenancy unit already exists for the managed service and service consumer pair, calling CreateTenancyUnit returns the existing tenancy unit if the provided identifier is identical or empty, otherwise the call fails.

Declaration
[JsonProperty("tenancyUnitId")]
public virtual string TenancyUnitId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX