示例#1
0
 def etag(self) -> pulumi.Output[Optional[str]]:
     """
     Gets a unique read-only string that changes whenever the resource is updated.
     """
     return pulumi.get(self, "etag")
示例#2
0
 def id(self) -> Optional[str]:
     """
     Resource ID.
     """
     return pulumi.get(self, "id")
示例#3
0
 def name(self) -> str:
     """
     Resource name.
     """
     return pulumi.get(self, "name")
示例#4
0
 def scope_identifiers(self) -> pulumi.Output[Sequence[str]]:
     """
     A list of all scopes configured for this resource server in the format identifier/scope_name.
     """
     return pulumi.get(self, "scope_identifiers")
示例#5
0
 def user_pool_id(self) -> pulumi.Output[str]:
     return pulumi.get(self, "user_pool_id")
示例#6
0
 def user_id(self) -> pulumi.Output[Optional[str]]:
     """
     the user ID.
     """
     return pulumi.get(self, "user_id")
示例#7
0
 def identifier(self) -> pulumi.Output[str]:
     """
     An identifier for the resource server.
     """
     return pulumi.get(self, "identifier")
示例#8
0
 def id(self) -> str:
     """
     Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
     """
     return pulumi.get(self, "id")
示例#9
0
 def name(self) -> str:
     """
     The name of the resource
     """
     return pulumi.get(self, "name")
示例#10
0
 def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
     """
     Resource tags.
     """
     return pulumi.get(self, "tags")
示例#11
0
 def virtual_network_peerings(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]]:
     """
     A list of peerings in a Virtual Network.
     """
     return pulumi.get(self, "virtual_network_peerings")
示例#12
0
 def subnets(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]:
     """
     A list of subnets in a Virtual Network.
     """
     return pulumi.get(self, "subnets")
示例#13
0
 def resource_guid(self) -> pulumi.Output[Optional[str]]:
     """
     The resourceGuid property of the Virtual Network resource.
     """
     return pulumi.get(self, "resource_guid")
示例#14
0
 def provisioning_state(self) -> pulumi.Output[Optional[str]]:
     """
     The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
     """
     return pulumi.get(self, "provisioning_state")
示例#15
0
 def tenant_id(self) -> pulumi.Output[str]:
     """
     the hub name.
     """
     return pulumi.get(self, "tenant_id")
示例#16
0
 def start_ip_address(self) -> str:
     """
     The start IP address of the server firewall rule. Must be IPv4 format.
     """
     return pulumi.get(self, "start_ip_address")
示例#17
0
 def type(self) -> pulumi.Output[str]:
     """
     Resource type.
     """
     return pulumi.get(self, "type")
示例#18
0
 def type(self) -> str:
     """
     The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
     """
     return pulumi.get(self, "type")
示例#19
0
 def view_name(self) -> pulumi.Output[str]:
     """
     Name of the view.
     """
     return pulumi.get(self, "view_name")
示例#20
0
 def changed(self) -> pulumi.Output[str]:
     """
     Date time when view was last modified.
     """
     return pulumi.get(self, "changed")
示例#21
0
 def name(self) -> pulumi.Output[str]:
     """
     A name for the resource server.
     """
     return pulumi.get(self, "name")
示例#22
0
 def created(self) -> pulumi.Output[str]:
     """
     Date time when view was created.
     """
     return pulumi.get(self, "created")
示例#23
0
 def scopes(self) -> pulumi.Output[Optional[Sequence['outputs.ResourceServerScope']]]:
     """
     A list of Authorization Scope.
     """
     return pulumi.get(self, "scopes")
示例#24
0
 def definition(self) -> pulumi.Output[str]:
     """
     View definition.
     """
     return pulumi.get(self, "definition")
示例#25
0
 def flow_logs(self) -> Sequence['outputs.FlowLogResponse']:
     """
     A collection of references to flow log resources.
     """
     return pulumi.get(self, "flow_logs")
示例#26
0
 def display_name(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
     """
     Localized display name for the view.
     """
     return pulumi.get(self, "display_name")
示例#27
0
 def location(self) -> Optional[str]:
     """
     Resource location.
     """
     return pulumi.get(self, "location")
示例#28
0
 def name(self) -> pulumi.Output[str]:
     """
     Resource name.
     """
     return pulumi.get(self, "name")
示例#29
0
 def network_interfaces(
         self) -> Sequence['outputs.NetworkInterfaceResponse']:
     """
     A collection of references to network interfaces.
     """
     return pulumi.get(self, "network_interfaces")
示例#30
0
 def dhcp_options(self) -> pulumi.Output[Optional['outputs.DhcpOptionsResponse']]:
     """
     The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.
     """
     return pulumi.get(self, "dhcp_options")