Uses of Class
com.azure.resourcemanager.network.models.ServiceAssociationLink
-
Packages that use ServiceAssociationLink Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ServiceAssociationLink in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ServiceAssociationLink Modifier and Type Method Description List<ServiceAssociationLink>SubnetInner. serviceAssociationLinks()Get the serviceAssociationLinks property: An array of references to services injecting into this subnet.List<ServiceAssociationLink>SubnetPropertiesFormatInner. serviceAssociationLinks()Get the serviceAssociationLinks property: An array of references to services injecting into this subnet.List<ServiceAssociationLink>ServiceAssociationLinksListResultInner. value()Get the value property: The service association links in a subnet.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ServiceAssociationLink Modifier and Type Method Description ServiceAssociationLinksListResultInnerServiceAssociationLinksListResultInner. withValue(List<ServiceAssociationLink> value)Set the value property: The service association links in a subnet. -
Uses of ServiceAssociationLink in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ServiceAssociationLink Modifier and Type Method Description ServiceAssociationLinkServiceAssociationLink. withAllowDelete(Boolean allowDelete)Set the allowDelete property: If true, the resource can be deleted.ServiceAssociationLinkServiceAssociationLink. withId(String id)ServiceAssociationLinkServiceAssociationLink. withLink(String link)Set the link property: Link to the external resource.ServiceAssociationLinkServiceAssociationLink. withLinkedResourceType(String linkedResourceType)Set the linkedResourceType property: Resource type of the linked resource.ServiceAssociationLinkServiceAssociationLink. withLocations(List<String> locations)Set the locations property: A list of locations.ServiceAssociationLinkServiceAssociationLink. withName(String name)Set the name property: Name of the resource that is unique within a resource group.
-