60 строки
6.2 KiB
YAML
60 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource"
|
|
name: "BindingResource"
|
|
nameWithType: "BindingResource"
|
|
summary: "Type representing Binding<wbr>Resource."
|
|
syntax: "public interface **BindingResource**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.BindingResourceInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.model.Refreshable?alt=com.microsoft.azure.arm.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource&text=BindingResource\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.Update?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.AppPlatformManager?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.AppPlatformManager&text=AppPlatformManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.id()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.id()"
|
|
name: "id()"
|
|
nameWithType: "BindingResource.id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
returns:
|
|
description: "the id value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.name()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.name()"
|
|
name: "name()"
|
|
nameWithType: "BindingResource.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.properties()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.properties()"
|
|
name: "properties()"
|
|
nameWithType: "BindingResource.properties()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract BindingResourceProperties properties()"
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.BindingResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResourceProperties&text=BindingResourceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.type()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.type()"
|
|
name: "type()"
|
|
nameWithType: "BindingResource.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Type representing BindingResource."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.BindingResourceInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Refreshable?alt=com.microsoft.azure.arm.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource&text=BindingResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.Update?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.AppPlatformManager?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.AppPlatformManager&text=AppPlatformManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
|
|
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta
|