Class GetTableServicePropertiesResult
- java.lang.Object
-
- com.pulumi.azurenative.storage.outputs.GetTableServicePropertiesResult
-
public final class GetTableServicePropertiesResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTableServicePropertiesResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTableServicePropertiesResult.Builder
builder()
static GetTableServicePropertiesResult.Builder
builder(GetTableServicePropertiesResult defaults)
java.util.Optional<CorsRulesResponse>
cors()
java.lang.String
id()
java.lang.String
name()
java.lang.String
type()
-
-
-
Method Detail
-
cors
public java.util.Optional<CorsRulesResponse> cors()
- Returns:
- Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetTableServicePropertiesResult.Builder builder()
-
builder
public static GetTableServicePropertiesResult.Builder builder(GetTableServicePropertiesResult defaults)
-
-