24 строки
1.0 KiB
YAML
24 строки
1.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.HasId"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.HasId"
|
|
name: "HasId"
|
|
nameWithType: "HasId"
|
|
summary: "An interface representing a model that has a resource group name."
|
|
syntax: "public interface **HasId**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id()"
|
|
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id()"
|
|
name: "id()"
|
|
nameWithType: "HasId.id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
returns:
|
|
description: "the resource ID string"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An interface representing a model that has a resource group name."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources.fluentcore.arm.models"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|