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

122 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection"
name: "PrivateEndpointConnection"
nameWithType: "PrivateEndpointConnection"
summary: "An immutable client-side representation of Private<wbr>Endpoint<wbr>Connection."
syntax: "public interface **PrivateEndpointConnection**"
methods:
- uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.groupIds()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.groupIds()"
name: "groupIds()"
nameWithType: "PrivateEndpointConnection.groupIds()"
summary: "Gets the group<wbr>Ids property: Group IDs."
modifiers:
- "abstract"
syntax: "public abstract List<String> groupIds()"
desc: "Gets the groupIds property: Group IDs."
returns:
description: "the groupIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.id()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.id()"
name: "id()"
nameWithType: "PrivateEndpointConnection.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.webpubsub.models.PrivateEndpointConnection.innerModel()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.innerModel()"
name: "innerModel()"
nameWithType: "PrivateEndpointConnection.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>webpubsub.<wbr>fluent.<wbr>models.<wbr>Private<wbr>Endpoint<wbr>Connection<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract PrivateEndpointConnectionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.PrivateEndpointConnectionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.webpubsub.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.name()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.name()"
name: "name()"
nameWithType: "PrivateEndpointConnection.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.webpubsub.models.PrivateEndpointConnection.privateEndpoint()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.privateEndpoint()"
name: "privateEndpoint()"
nameWithType: "PrivateEndpointConnection.privateEndpoint()"
summary: "Gets the private<wbr>Endpoint property: Private endpoint."
modifiers:
- "abstract"
syntax: "public abstract PrivateEndpoint privateEndpoint()"
desc: "Gets the privateEndpoint property: Private endpoint."
returns:
description: "the privateEndpoint value."
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.PrivateEndpoint?alt=com.azure.resourcemanager.webpubsub.models.PrivateEndpoint&text=PrivateEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.privateLinkServiceConnectionState()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.privateLinkServiceConnectionState()"
name: "privateLinkServiceConnectionState()"
nameWithType: "PrivateEndpointConnection.privateLinkServiceConnectionState()"
summary: "Gets the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State property: Connection state of the private endpoint connection."
modifiers:
- "abstract"
syntax: "public abstract PrivateLinkServiceConnectionState privateLinkServiceConnectionState()"
desc: "Gets the privateLinkServiceConnectionState property: Connection state of the private endpoint connection."
returns:
description: "the privateLinkServiceConnectionState value."
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.webpubsub.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.provisioningState()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.provisioningState()"
name: "provisioningState()"
nameWithType: "PrivateEndpointConnection.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Provisioning state of the resource."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Provisioning state of the resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.ProvisioningState?alt=com.azure.resourcemanager.webpubsub.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.systemData()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.systemData()"
name: "systemData()"
nameWithType: "PrivateEndpointConnection.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.webpubsub.models.PrivateEndpointConnection.type()"
fullName: "com.azure.resourcemanager.webpubsub.models.PrivateEndpointConnection.type()"
name: "type()"
nameWithType: "PrivateEndpointConnection.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 PrivateEndpointConnection."
metadata: {}
package: "com.azure.resourcemanager.webpubsub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.1.0