Uses of Class
com.azure.resourcemanager.hardwaresecuritymodules.models.EndpointDependency
-
Packages that use EndpointDependency Package Description com.azure.resourcemanager.hardwaresecuritymodules.fluent.models Package containing the inner data models for AzureDedicatedHsmResourceProvider.com.azure.resourcemanager.hardwaresecuritymodules.models Package containing the data models for AzureDedicatedHsmResourceProvider. -
-
Uses of EndpointDependency in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models that return types with arguments of type EndpointDependency Modifier and Type Method Description List<EndpointDependency>OutboundEnvironmentEndpointInner. endpoints()Get the endpoints property: The endpoints that dedicated hsm service connects to.Method parameters in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models with type arguments of type EndpointDependency Modifier and Type Method Description OutboundEnvironmentEndpointInnerOutboundEnvironmentEndpointInner. withEndpoints(List<EndpointDependency> endpoints)Set the endpoints property: The endpoints that dedicated hsm service connects to. -
Uses of EndpointDependency in com.azure.resourcemanager.hardwaresecuritymodules.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.models that return EndpointDependency Modifier and Type Method Description EndpointDependencyEndpointDependency. withDomainName(String domainName)Set the domainName property: The domain name of the dependency.EndpointDependencyEndpointDependency. withEndpointDetails(List<EndpointDetail> endpointDetails)Set the endpointDetails property: The Ports and Protocols used when connecting to domainName.Methods in com.azure.resourcemanager.hardwaresecuritymodules.models that return types with arguments of type EndpointDependency Modifier and Type Method Description List<EndpointDependency>OutboundEnvironmentEndpoint. endpoints()Gets the endpoints property: The endpoints that dedicated hsm service connects to.
-