azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

206 строки
11 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.Revision"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision"
name: "Revision"
nameWithType: "Revision"
summary: "An immutable client-side representation of Revision."
syntax: "public interface **Revision**"
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.active()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.active()"
name: "active()"
nameWithType: "Revision.active()"
summary: "Gets the active property: Boolean describing if the Revision is Active."
modifiers:
- "abstract"
syntax: "public abstract Boolean active()"
desc: "Gets the active property: Boolean describing if the Revision is Active."
returns:
description: "the active value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.createdTime()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.createdTime()"
name: "createdTime()"
nameWithType: "Revision.createdTime()"
summary: "Gets the created<wbr>Time property: Timestamp describing when the revision was created by controller."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime createdTime()"
desc: "Gets the createdTime property: Timestamp describing when the revision was created by controller."
returns:
description: "the createdTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.fqdn()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.fqdn()"
name: "fqdn()"
nameWithType: "Revision.fqdn()"
summary: "Gets the fqdn property: Fully qualified domain name of the revision."
modifiers:
- "abstract"
syntax: "public abstract String fqdn()"
desc: "Gets the fqdn property: Fully qualified domain name of the revision."
returns:
description: "the fqdn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.healthState()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.healthState()"
name: "healthState()"
nameWithType: "Revision.healthState()"
summary: "Gets the health<wbr>State property: Current health State of the revision."
modifiers:
- "abstract"
syntax: "public abstract RevisionHealthState healthState()"
desc: "Gets the healthState property: Current health State of the revision."
returns:
description: "the healthState value."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.RevisionHealthState?alt=com.azure.resourcemanager.appcontainers.models.RevisionHealthState&text=RevisionHealthState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.id()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.id()"
name: "id()"
nameWithType: "Revision.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.innerModel()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.innerModel()"
name: "innerModel()"
nameWithType: "Revision.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>appcontainers.<wbr>fluent.<wbr>models.<wbr>Revision<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract RevisionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner&text=RevisionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.lastActiveTime()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.lastActiveTime()"
name: "lastActiveTime()"
nameWithType: "Revision.lastActiveTime()"
summary: "Gets the last<wbr>Active<wbr>Time property: Timestamp describing when the revision was last active."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime lastActiveTime()"
desc: "Gets the lastActiveTime property: Timestamp describing when the revision was last active. Only meaningful when revision is inactive."
returns:
description: "the lastActiveTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.name()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.name()"
name: "name()"
nameWithType: "Revision.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.provisioningError()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.provisioningError()"
name: "provisioningError()"
nameWithType: "Revision.provisioningError()"
summary: "Gets the provisioning<wbr>Error property: Optional Field - Platform Error Message."
modifiers:
- "abstract"
syntax: "public abstract String provisioningError()"
desc: "Gets the provisioningError property: Optional Field - Platform Error Message."
returns:
description: "the provisioningError value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.provisioningState()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.provisioningState()"
name: "provisioningState()"
nameWithType: "Revision.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Current provisioning State of the revision."
modifiers:
- "abstract"
syntax: "public abstract RevisionProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Current provisioning State of the revision."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.RevisionProvisioningState?alt=com.azure.resourcemanager.appcontainers.models.RevisionProvisioningState&text=RevisionProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.replicas()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.replicas()"
name: "replicas()"
nameWithType: "Revision.replicas()"
summary: "Gets the replicas property: Number of pods currently running for this revision."
modifiers:
- "abstract"
syntax: "public abstract Integer replicas()"
desc: "Gets the replicas property: Number of pods currently running for this revision."
returns:
description: "the replicas value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.runningState()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.runningState()"
name: "runningState()"
nameWithType: "Revision.runningState()"
summary: "Gets the running<wbr>State property: Current running state of the revision."
modifiers:
- "abstract"
syntax: "public abstract RevisionRunningState runningState()"
desc: "Gets the runningState property: Current running state of the revision."
returns:
description: "the runningState value."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.RevisionRunningState?alt=com.azure.resourcemanager.appcontainers.models.RevisionRunningState&text=RevisionRunningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.systemData()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.systemData()"
name: "systemData()"
nameWithType: "Revision.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.template()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.template()"
name: "template()"
nameWithType: "Revision.template()"
summary: "Gets the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them."
modifiers:
- "abstract"
syntax: "public abstract Template template()"
desc: "Gets the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time."
returns:
description: "the template value."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Template?alt=com.azure.resourcemanager.appcontainers.models.Template&text=Template\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.trafficWeight()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.trafficWeight()"
name: "trafficWeight()"
nameWithType: "Revision.trafficWeight()"
summary: "Gets the traffic<wbr>Weight property: Traffic weight assigned to this revision."
modifiers:
- "abstract"
syntax: "public abstract Integer trafficWeight()"
desc: "Gets the trafficWeight property: Traffic weight assigned to this revision."
returns:
description: "the trafficWeight value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Revision.type()"
fullName: "com.azure.resourcemanager.appcontainers.models.Revision.type()"
name: "type()"
nameWithType: "Revision.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of Revision."
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0