New-DirectoryTenantObject
Directory tenant.
Syntax
New-DirectoryTenantObject
[[-Id] <String>]
[[-Type] <String>]
[[-Tags] <System.Collections.Generic.Dictionary`2[System.String,System.String]>]
[[-Name] <String>]
[[-TenantId] <String>]
[[-Location] <String>]
[<CommonParameters>]
Description
Directory tenant.
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-Id
URI of the resource.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
Location of the resource.
Type: | String |
Position: | 6 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Name of the resource.
Type: | String |
Position: | 4 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tags
List of key-value pairs.
Type: | System.Collections.Generic.Dictionary`2[System.String,System.String] |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TenantId
Tenant unique identifier.
Type: | String |
Position: | 5 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Type
Type of resource.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |